home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / inventor / OpenInventorLab / lab / walk4.c++ < prev   
Encoding:
Text File  |  1994-08-02  |  622 b   |  17 lines

  1. //-----------------------------------------------------------------------
  2. //
  3. // Inventor Barcelona Lab #4
  4. //
  5. //    This program illustrates a simple Inventor program which reads
  6. //    in an Inventor file and views it with the `Walkthrough viewer'.
  7. //    If the `lamp' is picked then play some audio and turn the light on/off...
  8. //
  9. //    EXERCISE:
  10. //    When the `Table' is picked, spin the `Lamp' about the center
  11. //      of the table.
  12. //
  13. //    Hint: Find the SoRotor `TableRotor' in scene.iv and turn it on
  14. //          when the table is picked...
  15. //
  16. //-----------------------------------------------------------------------
  17.